projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eed3065
)
(hl-line-mode): Add autload cookies.
author
Dave Love
<fx@gnu.org>
Fri, 23 Jul 1999 23:01:06 +0000
(23:01 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 23 Jul 1999 23:01:06 +0000
(23:01 +0000)
lisp/hl-line.el
patch
|
blob
|
history
diff --git
a/lisp/hl-line.el
b/lisp/hl-line.el
index 55e8cfa157b6e31c174bcd52fab3a540f6fb78ca..fd7d4f280959eaf233ac3219b29702e7b03868f3 100644
(file)
--- a/
lisp/hl-line.el
+++ b/
lisp/hl-line.el
@@
-48,8
+48,10
@@
(defgroup hl-line nil
"Highliight the current line."
+ :version "20.5"
:group 'editing)
+;;;###autoload
(defcustom hl-line-mode nil
"Non-nil if Hl-Line mode is enabled."
:set (lambda (symbol value)
@@
-83,6
+85,7
@@
(if hl-line-overlay
(delete-overlay hl-line-overlay)))
+;;;###autoload
(defun hl-line-mode (&optional arg)
"Global minor mode to highlight the line about point.